PDF4Java Reference Documentation
com.o2sol.pdf4java.annotations Package / PDFAnnotation Class / getContents Method
In This Topic
    getContents Method
    In This Topic
    Gets the annotation contents.
    Syntax
    public java.lang.String getContents()

    Return Value

    Text to be displayed for the annotation or, if this type of annotation does not display text, an alternate description of the annotation's contents in human-readable form.
    See Also